home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / TEASER.DIR / 00111_Script_111 < prev    next >
Text File  |  1997-08-25  |  532b  |  21 lines

  1. on exitFrame
  2.   if the movierate of sprite 4 then
  3.     nothing
  4.     else go frame "intro"
  5.     cursor 200
  6.     set the locV of sprite 16 to the mouseV
  7.     set the locH of sprite 16 to the mouseH
  8.     updatestage  
  9.     if rollover (9) then 
  10.       set the membernum of sprite 16 to 38
  11.       updatestage
  12.     end if  
  13.     if rollover (10) then 
  14.       set the membernum of sprite 16 to 39
  15.       updatestage
  16.     end if  
  17.     if rollover (11) then 
  18.       set the membernum of sprite 16 to 40
  19.       updatestage
  20.     end if 
  21. end